Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class
get_class
Return the object's class name
Name:
get_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return the object's class name
Related
The complete process of setting and obtaining attribute values in combination with mysqli_stmt::attr_set
7
Can the hash value generated by crypt() be used as a token?
1
How to encapsulate a secure connect() database connection class
7
Processing of field names and values in form submission: simplify the code with array_combine
1
Similar Functions
is_a
is_a
Checkifanobjectbelon
trait_exists
trait_exists
Checkifthespecifiedt
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_class
get_class
Returntheobject'
method_exists
method_exists
Checkiftheclassmetho
interface_exists
interface_exists
Checkiftheinterfacei
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_class_methods
get_class_methods
Returnsanarrayofmeth
Popular Articles